home *** CD-ROM | disk | FTP | other *** search
- -- background: 2070 from stack: in
- -- bmap block id: 5732
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 2 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=98 top=91 right=242 bottom=481
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Description
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=85 top=243 right=278 bottom=149
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to card id 2943 of stack "MacHelp#3 Home"
- end mouseUp
-
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=91 top=66 right=82 bottom=193
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Compact Stack
- ----- HyperTalk script -----
- on mouseUp
- put the size of this stack into var
- ANSWER "This stack takes this much space" with var
- put the freesize of this stack into var
- ANSWER "You are wasting this much space" with var
- if var > 0 then
- answer "Would you like to compact this stack?" with No or Yes
- if it is "yes"
- then domenu "compact stack"
- end if
- end mouseUp
-
-